lcDeleteWindow Home

Deletes a graphics window.

 BOOL lcDeleteWindow (
   HANDLE hLcWnd
 );

Parameters
hLcWnd
  Handle to a graphics window.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

Remarks

  If application destroys the parent window then the design window will be deleted automatically and you don't need to call this function.

See Also

  lcCreateWindow